home *** CD-ROM | disk | FTP | other *** search
- package com.ibm.ivb.sguides;
-
- import java.awt.event.KeyAdapter;
- import java.awt.event.KeyEvent;
-
- class SmartGuide$KeyHandler extends KeyAdapter {
- // $FF: synthetic field
- private final SmartGuide this$0;
-
- public void keyPressed(KeyEvent var1) {
- if (var1.getKeyCode() == 27) {
- this.this$0.executeCancel();
- }
-
- }
-
- SmartGuide$KeyHandler(SmartGuide var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-